home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Spiceworld The Movie - Interactive CD-ROM
/
Spiceworld The Movie: Interactive CD-ROM.iso
/
pc
/
elements
/
spice.dir
/
00002_Script_2
< prev
Wrap
Text File
|
1997-12-04
|
404b
|
13 lines
on exitFrame
if not the quickTimePresent then
alert "The SpiceWorld CD-ROM requires Quicktimeô." & return &¨
"Please refer to your computer manuals for more information."
quit
else
if the platform contains "macintosh" then
go to movie (the pathName & "elements:spiceone.dir")
else
go to movie (the pathName & "elements/spiceone.dir")
end if
end if
end